func runtime.gcmarknewobject

7 uses

	runtime (current package)
		arena.go#L775: 		gcmarknewobject(span, span.base())
		malloc.go#L1211: 		gcmarknewobject(span, uintptr(x))
		malloc.go#L1313: 		gcmarknewobject(span, uintptr(x))
		malloc.go#L1404: 		gcmarknewobject(span, uintptr(x))
		malloc.go#L1497: 		gcmarknewobject(span, uintptr(x))
		malloc.go#L1570: 		gcmarknewobject(span, uintptr(x))
		mgcmark.go#L1691: func gcmarknewobject(span *mspan, obj uintptr) {